GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-03-20T19:05:26.885664+00:00",
"SubmitDate": "2026-03-20T19:05:26.885664+00:00",
"ReportPeriodStart": "2026-03-20T19:05:26.885664+00:00",
"ReportPeriodEnd": "2026-03-20T19:05:26.885664+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f5f4fca8-0ebb-490c-8dbd-dcdd82103558",
"Rows": [
{
"ItemId": "d3437247-af41-43ab-b733-17d2f0670ba1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d3437247-af41-43ab-b733-17d2f0670ba1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f5f4fca8-0ebb-490c-8dbd-dcdd82103558",
"Rows": [
{
"ItemId": "d3437247-af41-43ab-b733-17d2f0670ba1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d3437247-af41-43ab-b733-17d2f0670ba1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c13ff8d5-37ae-4bd2-8d48-5307da3b76d9",
"b0f9f842-da39-4248-bd11-416fa57c247a"
],
"Approvers": [
"540f5bc3-cbd2-43a5-89fd-707326ca943e",
"95fb5345-5c7d-4b6a-a2a9-9933835a2c51"
],
"ApprovedBy": "10c8fe73-a5c4-420d-b4e9-f1a6f5118893",
"ApprovalDate": "2026-03-20T19:05:26.885664+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "7cd3e06b-fb10-4de9-99cf-7c16a3e10e26",
"id": "2acba02b-ddd9-40cc-89bd-9521f350ce8e",
"ConfigId": "559e5122-8d44-4c99-b372-e048ad4b9d30"
},
{
"GenerationDate": "2026-03-20T19:05:26.885664+00:00",
"SubmitDate": "2026-03-20T19:05:26.885664+00:00",
"ReportPeriodStart": "2026-03-20T19:05:26.885664+00:00",
"ReportPeriodEnd": "2026-03-20T19:05:26.885664+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f5f4fca8-0ebb-490c-8dbd-dcdd82103558",
"Rows": [
{
"ItemId": "d3437247-af41-43ab-b733-17d2f0670ba1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d3437247-af41-43ab-b733-17d2f0670ba1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f5f4fca8-0ebb-490c-8dbd-dcdd82103558",
"Rows": [
{
"ItemId": "d3437247-af41-43ab-b733-17d2f0670ba1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d3437247-af41-43ab-b733-17d2f0670ba1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c13ff8d5-37ae-4bd2-8d48-5307da3b76d9",
"b0f9f842-da39-4248-bd11-416fa57c247a"
],
"Approvers": [
"540f5bc3-cbd2-43a5-89fd-707326ca943e",
"95fb5345-5c7d-4b6a-a2a9-9933835a2c51"
],
"ApprovedBy": "10c8fe73-a5c4-420d-b4e9-f1a6f5118893",
"ApprovalDate": "2026-03-20T19:05:26.885664+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "7cd3e06b-fb10-4de9-99cf-7c16a3e10e26",
"id": "2acba02b-ddd9-40cc-89bd-9521f350ce8e",
"ConfigId": "559e5122-8d44-4c99-b372-e048ad4b9d30"
}
]